home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / othergnu / indent~1.zoo / readme < prev    next >
Encoding:
Text File  |  1992-08-06  |  918 b   |  30 lines

  1. README for GNU indent version 1.5
  2.  
  3.  
  4. Type "make" to produce the indent program.  Typing "make install" will
  5. install the executable and the info node.  They are installed by default,
  6. respectively, in /usr/local/bin/indent and /usr/local/info/indent.info.
  7.  
  8. To change the place where indent is installed, specify the prefix
  9. directory like so:
  10.  
  11.   make prefix=/usr/gnu
  12.  
  13. This will generate a makefile that will install indent as
  14. /usr/gnu/bin/indent and the info node as /usr/gnu/info/indent.info.
  15.  
  16. To specify separate executable and info directories, specify them like
  17. this:
  18.  
  19.   make prefix=/doc exec_prefix=/usr
  20.  
  21. which will generate a makefile that will install indent as
  22. /usr/bin/indent and the info node as /doc/info/indent.info.
  23.  
  24.  
  25. For more information on the configuration process, as well as changes
  26. from the previous version, look at the file RELEASE-NOTES.
  27.  
  28.  
  29. Please address bug-reports to bug-gnu-utils@prep.ai.mit.edu
  30.